home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
hity wydania
/
Ubuntu 9.10 PL
/
karmelkowy-koliberek-desktop-9.10-i386-PL.iso
/
casper
/
filesystem.squashfs
/
usr
/
sbin
/
gdm-restart
< prev
next >
Wrap
Text File
|
2009-10-20
|
205b
|
11 lines
#!/bin/sh
PIDFILE=/var/run/gdm.pid
if test '!' -f $PIDFILE ; then
echo "$PIDFILE doesn't exist, perhaps GDM isn't running"
exit 1
fi
# exec the kill to get the correct return code
echo "Not supported"